home *** CD-ROM | disk | FTP | other *** search
Wrap
<?xml version="1.0"?> <?xml-stylesheet href="chrome://global/skin/" type="text/css"?> <?xml-stylesheet href="chrome://iobitcom/skin/ebdialogstyle.css" type="text/css"?> <dialog id="ebMulticommunityDialog" windowtype="EBMulticommunityDialog_CT2384137" xmlns:html="http://www.w3.org/1999/xhtml" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" title="Options" buttons="accept,cancel" defaultButton="" buttonlabelaccept="OK" buttonlabelcancel="Cancel" onload="EBMCDialog_CT2384137.OnLoad();" ondialogaccept="EBMCDialog_CT2384137.OnDialogAccept();" ondialogcancel="EBMCDialog_CT2384137.OnDialogCancel();" class="EBMulticommunityDialog" > <script type="application/x-javascript" src="chrome://iobitcom/content/ctoolbar.js"/> <keyset> <key id="keyCloseWindow" keycode="VK_ESCAPE" oncommand="window.close();"/> </keyset> <vbox flex="1"> <hbox> <spacer width="2" /> <vbox> <description id="dscTitle" style="width:250px">Here you can choose to hide or remove any of the community toolbars that you've previously added.</description> <listbox id="listCommunities" rows="10" width="250" height="230" style="padding-left: 10px;" onselect="EBMCDialog_CT2384137.ListCommunities_OnSelect(event)" onkeypress="EBMCDialog_CT2384137.ListCommunities_OnKeyPress(event)"> <listcols id="listcolsCommunities"> <listcol flex="0"/> <listcol flex="1"/> </listcols> </listbox> </vbox> <separator orient="vertical" class="groove-thin" style="width:2px"/> <vbox> <spacer height="6" /> <button id="btnDelete" disabled="true" label="Remove" oncommand="EBMCDialog_CT2384137.OnDeleteButtonClicked()"/> <button id="btnHide" disabled="true" label="Hide" oncommand="EBMCDialog_CT2384137.OnHideButtonClicked()"/> <!-- <button id="btnMoveUp" disabled="true" label="Move Up" oncommand="EBMCDialog_CT2384137.OnMoveUpButtonClicked()"/> <button id="btnMoveDown" disabled="true" label="Move Down" oncommand="EBMCDialog_CT2384137.OnMoveDownButtonClicked()"/> --> </vbox> </hbox> <separator class="groove"/> <hbox pack="center"> <button dlgtype="accept" disabled="true" /> <button dlgtype="cancel" /> </hbox> </vbox> </dialog>